#LEAGUE-TABLE {
    height:max-content;
    width: max-content;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "poppins", sans-serif;
    margin-bottom: 50px;
}
.League-table-heading {
    padding:10px;
}
.League-table-heading p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    color: var(--text-color);
}
.league-table-main-section {
    padding:10px;
}

#Team-Logo img {
    width: 40px;
}

#customers {
    border-collapse: collapse;
    width: 100%;
  }
  #customers th {
    font-weight: 600;
    font-size: 15px;
    border: none;
    padding: 10px 40px 10px 40px ;
    margin: 0px 0px 20px 0px ;
   
  }
  #customers td{
    border-bottom: 1px solid rgb(226, 226, 226);
    padding: 5px 40px 5px 40px ;
    text-align: left;
    color: var(--text-color);

  }
  
  #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: var(--main-color);
    color: white;
  }
  #customers .TSL {
   background-color: rgb(231, 231, 231);
   border-top: 10px solid white;
  }

#bottom-position {
  border-left: 2px solid red;
}
#top-positions {
  border-left: 2px solid green;
}

  
/* MEDIA QUERIES  */

/* LARGE DISPLAYS  */
@media screen and (min-width: 2570px) {
}
/*......................... LAPTOP DISPLAYS ...............  */
@media screen and (min-width: 930px) and (max-width: 1440px) 
{
  #LEAGUE-TABLE {
    height:max-content;
    width: max-content;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "poppins", sans-serif;
    margin-bottom: 50px;
}
.League-table-heading {
    padding:10px;
}
.League-table-heading p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}
.league-table-main-section {
    padding:10px;
}

#Team-Logo img {
    width: 30px;
}

#customers {
    border-collapse: collapse;
    width: 100%;
  }
  #customers th {
    font-weight: 600;
    font-size: 15px;
    border: none;
    padding: 10px 20px 10px 20px ;
   
  }
  #customers td{
    border-bottom: 1px solid rgb(226, 226, 226);
    padding: 5px 20px 5px 20px ;
    text-align: left;
    color: var(--text-color);
    font-size:
    15px;

  }
  
  #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: var(--main-color);
    color: white;
  }
  #customers .TSL {
   background-color: rgb(231, 231, 231);
   border-top: 10px solid white;
  }

}






/* MOBILE PHONES  DISPLAYS  */
@media screen and (min-width: 770px) and (max-width: 929px)
{
  #LEAGUE-TABLE {
    height:max-content;
    width: max-content;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "poppins", sans-serif;
    margin-bottom: 50px;
}
.League-table-heading {
    padding:10px;
}
.League-table-heading p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}
.league-table-main-section {
    padding:10px;
}

#Team-Logo img {
    width: 30px;
}

#customers {
    border-collapse: collapse;
    width: 100%;
  }
  #customers th {
    font-weight: 600;
    font-size: 15px;
    border: none;
    padding: 10px 15px 10px 15px ;
   
  }
  #customers td{
    border-bottom: 1px solid rgb(226, 226, 226);
    padding: 5px 15px 5px 15px ;
    text-align: left;
    color: var(--text-color);
    font-size:
    15px;

  }
  
  #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: var(--main-color);
    color: white;
  }
  #customers .TSL {
   background-color: rgb(231, 231, 231);
   border-top: 10px solid white;
  }

}

/* MOBILE PHONES  DISPLAYS  */
@media screen and (min-width: 320px) and (max-width: 769px) 
{
  #LEAGUE-TABLE {
    height:max-content;
    width: max-content;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "poppins", sans-serif;
    margin: -50px 0px 50px 0px;
}
.League-table-heading {
    padding:10px;
}
.League-table-heading p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
}
.league-table-main-section {
    padding:10px;
}

#Team-Logo img {
    width: 20px;
}

#customers {
    border-collapse: collapse;
    width: 100%;
  }
  #customers th {
    font-weight: 400;
    font-size: 9px;
    border: none;
    padding: 5px 5px 5px 5px ;
   
  }
  #customers td{
    border-bottom: 1px solid rgb(226, 226, 226);
    padding: 5px 5px 5px 5px ;
    text-align: left;
    color: var(--text-color);
    font-size:
    9px;

  }
  
  #customers th {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: var(--main-color);
    color: white;
  }
  #customers .TSL {
   background-color: rgb(231, 231, 231);
   border-top: 4px solid white;
  }

}